From: Derick Alangi Date: Thu, 29 Aug 2019 21:16:28 +0000 (+0100) Subject: logging: Deprecate LogEventsList::$mDefaultQuery member X-Git-Tag: 1.34.0-rc.0~487^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E//%22%24curUrl/%22?a=commitdiff_plain;h=e5f1f622b978116109b82bde152928072246b487;p=lhc%2Fweb%2Fwiklou.git logging: Deprecate LogEventsList::$mDefaultQuery member This is a follow up on follow-up-I91003a9a3f2a56114de5b Change-Id: If670ed959bcbc3149b0979541c641ada63377b7f --- diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index 4179bd5882..6791503bf7 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -36,6 +36,7 @@ class LogEventsList extends ContextSource { /** * @var array + * @deprecated since 1.34, no longer used. */ protected $mDefaultQuery;